[maemo-commits] [maemo-commits] r9265 - in projects/haf/trunk/pygtk: debian gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 23 15:45:02 EET 2007
- Previous message: [maemo-commits] r9264 - projects/haf/trunk/python/debian
- Next message: [maemo-commits] r9266 - projects/haf/trunk/python-runtime/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: osantana Date: 2007-01-23 15:44:56 +0200 (Tue, 23 Jan 2007) New Revision: 9265 Modified: projects/haf/trunk/pygtk/debian/changelog projects/haf/trunk/pygtk/gtk/gtk-extrafuncs.defs Log: - added g_set_application_name() and g_get_application_name() into the gtk Modified: projects/haf/trunk/pygtk/debian/changelog =================================================================== --- projects/haf/trunk/pygtk/debian/changelog 2007-01-23 13:44:46 UTC (rev 9264) +++ projects/haf/trunk/pygtk/debian/changelog 2007-01-23 13:44:56 UTC (rev 9265) @@ -1,3 +1,10 @@ +python-gtk2 (2.10.3-1osso4) unstable; urgency=low + + * added g_set_application_name() and g_get_application_name() into the gtk + module + + -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br> Tue, 23 Jan 2007 10:24:00 -0300 + python-gtk2 (2.10.3-1osso3) unstable; urgency=low * python-gtk2 requires python2.5-gobject-2.12.2 Modified: projects/haf/trunk/pygtk/gtk/gtk-extrafuncs.defs =================================================================== --- projects/haf/trunk/pygtk/gtk/gtk-extrafuncs.defs 2007-01-23 13:44:46 UTC (rev 9264) +++ projects/haf/trunk/pygtk/gtk/gtk-extrafuncs.defs 2007-01-23 13:44:56 UTC (rev 9265) @@ -108,3 +108,18 @@ (return-type "GtkCellRenderer*") ) +;; glib functions + +(define-function set_application_name + (c-name "g_set_application_name") + (return-type "none") + (parameters + '("const-gchar*" "application") + ) +) + +(define-function get_application_name + (c-name "g_get_application_name") + (return-type "const-gchar*") +) +
- Previous message: [maemo-commits] r9264 - projects/haf/trunk/python/debian
- Next message: [maemo-commits] r9266 - projects/haf/trunk/python-runtime/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]