hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gio / gnotificationbackend.h
index 508e428..d26123a 100644 (file)
@@ -12,9 +12,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 <http://www.gnu.org/licenses/>.
  *
  * Authors: Lars Uebernickel <lars@uebernic.de>
  */
@@ -70,14 +68,6 @@ void                    g_notification_backend_send_notification        (GNotifi
 void                    g_notification_backend_withdraw_notification    (GNotificationBackend *backend,
                                                                          const gchar          *id);
 
-GApplication *          g_notification_backend_get_application          (GNotificationBackend *backend);
-
-void                    g_notification_backend_activate_action          (GNotificationBackend *backend,
-                                                                         const gchar          *name,
-                                                                         GVariant             *parameter);
-
-GDBusConnection *       g_notification_backend_get_dbus_connection      (GNotificationBackend *backend);
-
 G_END_DECLS
 
 #endif