Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
authorColin Walters <walters@verbum.org>
Fri, 25 May 2012 13:22:06 +0000 (09:22 -0400)
committerColin Walters <walters@verbum.org>
Sat, 26 May 2012 14:13:30 +0000 (10:13 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=676816

gio/gdbusauthobserver.h
gio/gresolver.h

index 5bb1dac..ffb1ddf 100644 (file)
@@ -41,6 +41,7 @@ gboolean           g_dbus_auth_observer_authorize_authenticated_peer (GDBusAuthO
                                                                       GIOStream          *stream,
                                                                       GCredentials       *credentials);
 
+GLIB_AVAILABLE_IN_2_34
 gboolean           g_dbus_auth_observer_allow_mechanism (GDBusAuthObserver  *observer,
                                                          const gchar        *mechanism);
 
index dcadf96..ecd8e51 100644 (file)
@@ -164,17 +164,20 @@ GList     *g_resolver_lookup_service_finish     (GResolver            *resolver,
                                                 GAsyncResult         *result,
                                                 GError              **error);
 
+GLIB_AVAILABLE_IN_2_34
 GList     *g_resolver_lookup_records            (GResolver            *resolver,
                                                  const gchar          *rrname,
                                                  GResolverRecordType   record_type,
                                                  GCancellable         *cancellable,
                                                  GError              **error);
+GLIB_AVAILABLE_IN_2_34
 void       g_resolver_lookup_records_async      (GResolver            *resolver,
                                                  const gchar          *rrname,
                                                  GResolverRecordType   record_type,
                                                  GCancellable         *cancellable,
                                                  GAsyncReadyCallback   callback,
                                                  gpointer              user_data);
+GLIB_AVAILABLE_IN_2_34
 GList     *g_resolver_lookup_records_finish     (GResolver            *resolver,
                                                  GAsyncResult         *result,
                                                  GError              **error);