]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmodelmenuitem.h
Use gdk_threads_add_timeout to popup the selection window
[~andy/gtk] / gtk / gtkmodelmenuitem.h
index 176d68f252f8d3799a181e7e8944987db26266e9..655f07341b56d6d22a7e51537808f209c4ef02a9 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Ryan Lortie <desrt@desrt.ca>
  */
@@ -22,7 +20,6 @@
 #ifndef __GTK_MODEL_MENU_ITEM_H__
 #define __GTK_MODEL_MENU_ITEM_H__
 
-#include <gtk/gactionobservable.h>
 #include <gtk/gtkcheckmenuitem.h>
 
 #define GTK_TYPE_MODEL_MENU_ITEM                            (gtk_model_menu_item_get_type ())
@@ -39,7 +36,6 @@ GType                   gtk_model_menu_item_get_type                    (void) G
 G_GNUC_INTERNAL
 GtkMenuItem *           gtk_model_menu_item_new                         (GMenuModel        *model,
                                                                          gint               item_index,
-                                                                         GActionObservable *actions,
-                                                                         GtkAccelGroup     *accels);
+                                                                         const gchar       *action_namespace);
 
 #endif /* __GTK_MODEL_MENU_ITEM_H__ */