[glib] Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
- Date: Sat, 26 May 2012 14:19:26 +0000 (UTC)
commit 151e37816bea6101523cf7dddab4ea1ce55ec909
Author: Colin Walters <walters verbum org>
Date: Fri May 25 09:22:06 2012 -0400
Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
https://bugzilla.gnome.org/show_bug.cgi?id=676816
gio/gdbusauthobserver.h | 1 +
gio/gresolver.h | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gio/gdbusauthobserver.h b/gio/gdbusauthobserver.h
index 5bb1dac..ffb1ddf 100644
--- a/gio/gdbusauthobserver.h
+++ b/gio/gdbusauthobserver.h
@@ -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);
diff --git a/gio/gresolver.h b/gio/gresolver.h
index dcadf96..ecd8e51 100644
--- a/gio/gresolver.h
+++ b/gio/gresolver.h
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]