diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-10 20:47:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-12-10 20:47:22 -0500 |
commit | f109415d950edae973ca630046deb7aebf3c8ddd (patch) | |
tree | 7bfcac317fdc0756730fbd3c10a330002499bbe3 /gio/gmenuexporter.c | |
parent | 829b4dfb43c118602d1c333a1a1fb7ec50cef7b0 (diff) | |
download | glib-f109415d950edae973ca630046deb7aebf3c8ddd.tar.gz |
Add since tags
Diffstat (limited to 'gio/gmenuexporter.c')
-rw-r--r-- | gio/gmenuexporter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gio/gmenuexporter.c b/gio/gmenuexporter.c index f0647bd9e..ca771c06c 100644 --- a/gio/gmenuexporter.c +++ b/gio/gmenuexporter.c @@ -837,6 +837,8 @@ g_menu_exporter_method_call (GDBusConnection *connection, * this function. * * Returns: the ID of the export (never zero), or 0 in case of failure + * + * Since: 2.32 */ guint g_dbus_connection_export_menu_model (GDBusConnection *connection, @@ -883,7 +885,7 @@ g_dbus_connection_export_menu_model (GDBusConnection *connection, * same ID more than once. * * Since: 2.32 - **/ + */ void g_dbus_connection_unexport_menu_model (GDBusConnection *connection, guint export_id) |