diff options
author | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
commit | da9a1f784d3c1e8a75f832f60c3f86764810858c (patch) | |
tree | e979710140fd56b2a708809cc529459bbaeabfdf /libdbusmenu-glib/defaults.c | |
parent | 08409e83ad0cc9beeb27f3f4dce9b98a43138576 (diff) | |
parent | 05298620b764d60b942567d09b970342924099f9 (diff) | |
download | libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.gz libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.bz2 libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.zip |
Sync up to trunk
Diffstat (limited to 'libdbusmenu-glib/defaults.c')
-rw-r--r-- | libdbusmenu-glib/defaults.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libdbusmenu-glib/defaults.c b/libdbusmenu-glib/defaults.c index 3ad5d76..9eaf9e5 100644 --- a/libdbusmenu-glib/defaults.c +++ b/libdbusmenu-glib/defaults.c @@ -30,7 +30,7 @@ License version 3 and version 2.1 along with this program. If not, see #include "config.h" #endif -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include "defaults.h" #include "menuitem.h" @@ -156,7 +156,7 @@ entry_destroy (gpointer entry) static DbusmenuDefaults * default_defaults = NULL; -/** +/* * dbusmenu_defaults_ref_default: * * Get a reference to the default instance. If it doesn't exist this @@ -177,7 +177,7 @@ dbusmenu_defaults_ref_default (void) return default_defaults; } -/** +/* * dbusmenu_defaults_default_set: * @defaults: The #DbusmenuDefaults object to add to * @type: (allow-none): The #DbusmenuMenuitem type for this default if #NULL will default to #DBUSMENU_CLIENT_TYPE_DEFAULT @@ -216,7 +216,7 @@ dbusmenu_defaults_default_set (DbusmenuDefaults * defaults, const gchar * type, return; } -/** +/* * dbusmenu_defaults_default_get: * @defaults: The default database to use * @type: (allow-none): The #DbusmenuMenuitem type for this default if #NULL will default to #DBUSMENU_CLIENT_TYPE_DEFAULT @@ -253,7 +253,7 @@ dbusmenu_defaults_default_get (DbusmenuDefaults * defaults, const gchar * type, return entry->value; } -/** +/* * dbusmenu_defaults_default_get_type: * @defaults: The default database to use * @type: (allow-none): The #DbusmenuMenuitem type for this default if #NULL will default to #DBUSMENU_CLIENT_TYPE_DEFAULT |