X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusutils.h;h=fa64426f8da966b21264c3b7821a2e85ea5b1bdf;hb=356a3987cee7ceddcb3fe623edf0bd2881895add;hp=467d15132be9a0ab2e5b709d2ccdf3d770ab800f;hpb=e1b99b2ddcf21f5dab26ad74afa6935eaf70028e;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusutils.h b/gio/gdbusutils.h index 467d151..fa64426 100644 --- a/gio/gdbusutils.h +++ b/gio/gdbusutils.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: David Zeuthen */ @@ -31,16 +29,24 @@ G_BEGIN_DECLS +GLIB_AVAILABLE_IN_ALL gboolean g_dbus_is_guid (const gchar *string); +GLIB_AVAILABLE_IN_ALL gchar *g_dbus_generate_guid (void); +GLIB_AVAILABLE_IN_ALL gboolean g_dbus_is_name (const gchar *string); +GLIB_AVAILABLE_IN_ALL gboolean g_dbus_is_unique_name (const gchar *string); +GLIB_AVAILABLE_IN_ALL gboolean g_dbus_is_member_name (const gchar *string); +GLIB_AVAILABLE_IN_ALL gboolean g_dbus_is_interface_name (const gchar *string); +GLIB_AVAILABLE_IN_ALL void g_dbus_gvariant_to_gvalue (GVariant *value, GValue *out_gvalue); +GLIB_AVAILABLE_IN_ALL GVariant *g_dbus_gvalue_to_gvariant (const GValue *gvalue, const GVariantType *type);