~ps-jenkins/libdbusmenu/utopic-proposed

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/menuitem.c

  • Committer: Ted Gould
  • Date: 2009-04-16 21:03:57 UTC
  • mto: (3.1.1 gtkmenu)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: ted@canonical.com-20090416210357-m3mnvmb9h9tty612
Adding in tests dictory, a test, and making it compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
}
67
67
 
68
68
/* Public interface */
 
69
DbusmenuMenuitem *
 
70
dbusmenu_menuitem_new (void)
 
71
{
 
72
        return g_object_new(DBUSMENU_TYPE_MENUITEM, NULL);
 
73
}
 
74
 
69
75
guint
70
76
dbusmenu_menuitem_get_id (DbusmenuMenuitem * mi)
71
77
{