mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
https://bugzilla.gnome.org/show_bug.cgi?id=676816
This commit is contained in:
parent
1cc7162c95
commit
151e37816b
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user