[Xfce4-commits] r30167 - pyxfce/branches/4.6/panel

Danny Milosavljevic dannym at xfce.org
Thu Jul 2 23:50:02 CEST 2009


Author: dannym
Date: 2009-07-02 21:50:02 +0000 (Thu, 02 Jul 2009)
New Revision: 30167

Modified:
   pyxfce/branches/4.6/panel/external_plugin.defs
Log:
pyxfce 4.6: 'panel/panel/external_plugin.defs': commit trivial changes.

Modified: pyxfce/branches/4.6/panel/external_plugin.defs
===================================================================
--- pyxfce/branches/4.6/panel/external_plugin.defs	2009-07-02 21:46:22 UTC (rev 30166)
+++ pyxfce/branches/4.6/panel/external_plugin.defs	2009-07-02 21:50:02 UTC (rev 30167)
@@ -12,7 +12,7 @@
 ;; Enumerations and flags ...
 
 
-;; From /usr/local/include/xfce4/libxfce4panel/xfce-panel-external-plugin.h
+;; From xfce-panel-external-plugin.h
 
 (define-function xfce_external_panel_plugin_get_type
   (c-name "xfce_external_panel_plugin_get_type")
@@ -24,8 +24,8 @@
   (is-constructor-of "XfceExternalPanelPlugin")
   (return-type "GtkWidget*")
   (parameters
-    '("int" "argc")
-    '("char**" "argv")
+    '("gint" "argc")
+    '("gchar**" "argv")
     '("XfcePanelPluginFunc" "construct")
   )
 )




More information about the Xfce4-commits mailing list