| 17 * |
17 * |
| 18 * You should have received a copy of the GNU General Public License |
18 * You should have received a copy of the GNU General Public License |
| 19 * along with this program; if not, write to the Free Software |
19 * along with this program; if not, write to the Free Software |
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 21 */ |
21 */ |
| |
22 |
| |
23 #ifndef GNT_MENUITEM_H |
| |
24 #define GNT_MENUITEM_H |
| 22 /** |
25 /** |
| 23 * SECTION:gntmenuitem |
26 * SECTION:gntmenuitem |
| 24 * @section_id: libgnt-gntmenuitem |
27 * @section_id: libgnt-gntmenuitem |
| 25 * @short_description: <filename>gntmenuitem.h</filename> |
28 * @short_description: <filename>gntmenuitem.h</filename> |
| 26 * @title: Menuitem |
29 * @title: Menuitem |
| 27 */ |
30 */ |
| 28 |
|
| 29 #ifndef GNT_MENUITEM_H |
|
| 30 #define GNT_MENUITEM_H |
|
| 31 |
31 |
| 32 #include <glib.h> |
32 #include <glib.h> |
| 33 #include <glib-object.h> |
33 #include <glib-object.h> |
| 34 |
34 |
| 35 #define GNT_TYPE_MENU_ITEM (gnt_menuitem_get_type()) |
35 #define GNT_TYPE_MENU_ITEM (gnt_menuitem_get_type()) |