Mark utility symbols as internal
authorAlberto Mardegan <alberto.mardegan@nokia.com>
Thu, 7 Oct 2010 07:15:02 +0000 (10:15 +0300)
committerAlberto Mardegan <alberto.mardegan@nokia.com>
Thu, 7 Oct 2010 07:15:02 +0000 (10:15 +0300)
libsignon-glib/signon-proxy.h
libsignon-glib/signon-utils.h

index c0ef0adafa448f6d57dc6973d09bbb7b4848e90e..4ef973b6be6a5dfbeeeafefa6e5585ee9eb36157 100644 (file)
@@ -50,8 +50,10 @@ struct _SignonProxy
     DBusGProxyClass parent_instance;
 };
 
+G_GNUC_INTERNAL
 GType signon_proxy_get_type (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 SignonProxy *signon_proxy_new ();
 
 G_END_DECLS
index 941416678ea75cdf626397f26762f4d3cb8dd766..65dd3495943c212f2a3770483e327fab254521a6 100644 (file)
 
 #include <glib-object.h>
 
+G_GNUC_INTERNAL
 GHashTable *signon_copy_variant_map (const GHashTable *old_map);
+G_GNUC_INTERNAL
 void signon_stringarray_to_value (gpointer key, gpointer value, gpointer user_data);
+G_GNUC_INTERNAL
 void signon_free_gvalue (gpointer val);
 
 #endif //_SIGNON_UTILS_H_