@@ -32,7 +32,6 @@
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include <xed/xed-utils.h>
|
||||
#include <xed/xed-plugin.h>
|
||||
|
||||
#include "xed-file-browser-utils.h"
|
||||
#include "xed-file-browser-error.h"
|
||||
@@ -236,7 +235,7 @@ static void on_action_filter_binary (GtkAction * action,
|
||||
static void on_action_bookmark_open (GtkAction * action,
|
||||
XedFileBrowserWidget * obj);
|
||||
|
||||
XED_PLUGIN_DEFINE_TYPE (XedFileBrowserWidget, xed_file_browser_widget,
|
||||
G_DEFINE_DYNAMIC_TYPE (XedFileBrowserWidget, xed_file_browser_widget,
|
||||
GTK_TYPE_BOX)
|
||||
|
||||
static void
|
||||
@@ -479,6 +478,12 @@ xed_file_browser_widget_class_init (XedFileBrowserWidgetClass * klass)
|
||||
sizeof (XedFileBrowserWidgetPrivate));
|
||||
}
|
||||
|
||||
static void
|
||||
xed_file_browser_widget_class_finalize (XedFileBrowserWidgetClass *klass)
|
||||
{
|
||||
/* dummy function - used by G_DEFINE_DYNAMIC_TYPE */
|
||||
}
|
||||
|
||||
static void
|
||||
add_signal (XedFileBrowserWidget * obj, gpointer object, gulong id)
|
||||
{
|
||||
@@ -3146,4 +3151,10 @@ on_action_bookmark_open (GtkAction * action, XedFileBrowserWidget * obj)
|
||||
bookmark_open (obj, model, &iter);
|
||||
}
|
||||
|
||||
void
|
||||
_xed_file_browser_widget_register_type (GTypeModule *type_module)
|
||||
{
|
||||
xed_file_browser_widget_register_type (type_module);
|
||||
}
|
||||
|
||||
// ex:ts=8:noet:
|
||||
|
Reference in New Issue
Block a user