[glib/wip/gapplication] Remove GApplicationPlugin leftovers



commit 4cbb7fc86abddd8ea69eea3c833eff54b3cb9a76
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 4 23:42:40 2010 -0400

    Remove GApplicationPlugin leftovers

 docs/reference/gio/gio-sections.txt |    1 -
 gio/gapplication.c                  |    5 ++---
 gio/gapplication.h                  |    1 -
 3 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 2634050..617e3d1 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -2595,7 +2595,6 @@ g_dbus_signal_info_get_type
 <FILE>gapplication</FILE>
 GApplication
 GApplicationClass
-GApplicationPlugin
 
 g_application_new
 g_application_new_subtype
diff --git a/gio/gapplication.c b/gio/gapplication.c
index bd22fd7..013396a 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -106,7 +106,8 @@
  * The <methodname>Activate</methodname> function is called on the existing
  * application instance when a second instance fails to take the bus name.
  * @arguments contains the commandline arguments given to the second instance
- * and @data contains platform-specific additional data, see @GApplicationPlugin.
+ * and @data contains platform-specific additional data, see
+ * g_application_format_activation_data().
  * </para>
  * <para>
  * The <methodname>InvokeAction</methodname> function can be called to invoke
@@ -174,8 +175,6 @@ struct _GApplicationPrivate
 
   guint actions_changed_id;
 
-  const GApplicationPlugin *plugin;
-
 #ifdef G_OS_UNIX
   char *dbus_path;
   GDBusConnection *session_bus;
diff --git a/gio/gapplication.h b/gio/gapplication.h
index 96de514..ab98fc7 100644
--- a/gio/gapplication.h
+++ b/gio/gapplication.h
@@ -43,7 +43,6 @@ G_BEGIN_DECLS
 typedef struct _GApplication            GApplication;
 typedef struct _GApplicationPrivate     GApplicationPrivate;
 typedef struct _GApplicationClass       GApplicationClass;
-typedef struct _GApplicationPlugin      GApplicationPlugin;
 
 /**
  * GApplication:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]