]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkappchooseronline.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkappchooseronline.h
index d0eca3b9e064d75d9eb41b17c156c88d6030e55d..3487a249536c5c605edf6a08776b26b1f20b13ca 100644 (file)
@@ -14,9 +14,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with the Gnome Library; see the file COPYING.LIB.  If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Cosimo Cecchi <ccecchi@redhat.com>
  */
@@ -46,6 +44,7 @@ struct _GtkAppChooserOnlineInterface {
   void (*search_for_mimetype_async)      (GtkAppChooserOnline  *self,
                                           const gchar          *content_type,
                                           GtkWindow            *parent,
+                                          GCancellable         *cancellable,
                                           GAsyncReadyCallback   callback,
                                           gpointer              user_data);
 
@@ -54,20 +53,21 @@ struct _GtkAppChooserOnlineInterface {
                                           GError              **error);
 };
 
-GType                 _gtk_app_chooser_online_get_type                  (void) G_GNUC_CONST;
+GType                 _gtk_app_chooser_online_get_type                   (void) G_GNUC_CONST;
 
-void                  gtk_app_chooser_online_get_default_async          (GAsyncReadyCallback   callback,
-                                                                         gpointer              user_data);
-GtkAppChooserOnline * gtk_app_chooser_online_get_default_finish          (GObject             *source,
+void                  _gtk_app_chooser_online_get_default_async          (GAsyncReadyCallback   callback,
+                                                                          gpointer              user_data);
+GtkAppChooserOnline * _gtk_app_chooser_online_get_default_finish         (GObject             *source,
                                                                           GAsyncResult        *result);
 
-void                  gtk_app_chooser_online_search_for_mimetype_async  (GtkAppChooserOnline  *self,
-                                                                         const gchar          *content_type,
-                                                                         GtkWindow            *parent,
-                                                                         GAsyncReadyCallback   callback,
-                                                                         gpointer              user_data);
-gboolean              gtk_app_chooser_online_search_for_mimetype_finish (GtkAppChooserOnline  *self,
-                                                                         GAsyncResult         *res,
-                                                                         GError              **error);
+void                  _gtk_app_chooser_online_search_for_mimetype_async  (GtkAppChooserOnline  *self,
+                                                                          const gchar          *content_type,
+                                                                          GtkWindow            *parent,
+                                                                          GCancellable         *cancellable,
+                                                                          GAsyncReadyCallback   callback,
+                                                                          gpointer              user_data);
+gboolean              _gtk_app_chooser_online_search_for_mimetype_finish (GtkAppChooserOnline  *self,
+                                                                          GAsyncResult         *res,
+                                                                          GError              **error);
 
 #endif /* __GTK_APP_CHOOSER_ONLINE_H__ */