aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-06 21:40:28 -0600
committerTed Gould <ted@canonical.com>2009-11-06 21:40:28 -0600
commitbca77a7a1e38c1d97211394799cf103bc02b0547 (patch)
tree57f127a0edca77c5e9d4d748f0d2717adfa5c85a /src/custom-service-appstore.h
parent78a6d0dc74a7ea166e207f8036cc4930bcdcbbbd (diff)
downloadayatana-indicator-application-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.gz
ayatana-indicator-application-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.bz2
ayatana-indicator-application-bca77a7a1e38c1d97211394799cf103bc02b0547.zip
Getting the registration signal, and passing it up the stack.
Diffstat (limited to 'src/custom-service-appstore.h')
-rw-r--r--src/custom-service-appstore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/custom-service-appstore.h b/src/custom-service-appstore.h
index e1cb52a..7263617 100644
--- a/src/custom-service-appstore.h
+++ b/src/custom-service-appstore.h
@@ -29,11 +29,11 @@ struct _CustomServiceAppstore {
GType custom_service_appstore_get_type (void);
void custom_service_appstore_application_add (CustomServiceAppstore * appstore,
- gchar * dbus_name,
- gchar * dbus_object);
+ const gchar * dbus_name,
+ const gchar * dbus_object);
void custom_service_appstore_application_remove (CustomServiceAppstore * appstore,
- gchar * dbus_name,
- gchar * dbus_object);
+ const gchar * dbus_name,
+ const gchar * dbus_object);
G_END_DECLS