mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +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,
|
GIOStream *stream,
|
||||||
GCredentials *credentials);
|
GCredentials *credentials);
|
||||||
|
|
||||||
|
GLIB_AVAILABLE_IN_2_34
|
||||||
gboolean g_dbus_auth_observer_allow_mechanism (GDBusAuthObserver *observer,
|
gboolean g_dbus_auth_observer_allow_mechanism (GDBusAuthObserver *observer,
|
||||||
const gchar *mechanism);
|
const gchar *mechanism);
|
||||||
|
|
||||||
|
@ -164,17 +164,20 @@ GList *g_resolver_lookup_service_finish (GResolver *resolver,
|
|||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
|
GLIB_AVAILABLE_IN_2_34
|
||||||
GList *g_resolver_lookup_records (GResolver *resolver,
|
GList *g_resolver_lookup_records (GResolver *resolver,
|
||||||
const gchar *rrname,
|
const gchar *rrname,
|
||||||
GResolverRecordType record_type,
|
GResolverRecordType record_type,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
GLIB_AVAILABLE_IN_2_34
|
||||||
void g_resolver_lookup_records_async (GResolver *resolver,
|
void g_resolver_lookup_records_async (GResolver *resolver,
|
||||||
const gchar *rrname,
|
const gchar *rrname,
|
||||||
GResolverRecordType record_type,
|
GResolverRecordType record_type,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GAsyncReadyCallback callback,
|
GAsyncReadyCallback callback,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
GLIB_AVAILABLE_IN_2_34
|
||||||
GList *g_resolver_lookup_records_finish (GResolver *resolver,
|
GList *g_resolver_lookup_records_finish (GResolver *resolver,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
Loading…
Reference in New Issue
Block a user