~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to lib/bluetooth-plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (2.2.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-dnnoqasv5v3mv42a
Tags: upstream-2.91.5
ImportĀ upstreamĀ versionĀ 2.91.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <gmodule.h>
5
5
#include <gtk/gtk.h>
6
6
 
 
7
/**
 
8
 * SECTION:bluetooth-plugin
 
9
 * @short_description: Bluetooth plug-in
 
10
 * @stability: Stable
 
11
 * @include: bluetooth-plugin.h
 
12
 *
 
13
 * Plug-ins can be used to extend set up wizards and preferences.
 
14
 **/
 
15
 
7
16
typedef struct _GbtPluginInfo GbtPluginInfo;
8
17
typedef struct _GbtPlugin GbtPlugin;
9
18